home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_15167.txt < prev    next >
Text File  |  1991-04-30  |  1KB  |  58 lines

  1. -- card: 15167 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: Speak
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=203 top=232 right=282 bottom=260
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 27056 / 27056
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Try it
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the optionkey is down then pass mouseup
  23.   speak "this is a test of the speak command"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 13
  29. ----- text -----
  30. 7
  31.  
  32. -- part contents for background part 2
  33. ----- text -----
  34. Speak
  35.  
  36. -- part contents for background part 3
  37. ----- text -----
  38.  
  39. You can use this command to access Macintalk and make your Macintosh talk.  Be sure that Macintalk is in your system folder.
  40.  
  41. See also the Talk* XCMD
  42.  
  43.  
  44.  
  45.  
  46. Thanks to:
  47. ? (If anyone knows who wrote this please pass the information on so proper credit can be given.)
  48.  
  49.  
  50. -- part contents for background part 10
  51. ----- text -----
  52. Syntax:
  53.  
  54. speak <"Say whatever is in quotes">
  55.  
  56. -- part contents for background part 30
  57. ----- text -----
  58. XCMD